home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qostnote.zip / PARMS.TEC < prev    next >
Text File  |  1987-11-13  |  2KB  |  56 lines

  1. VERSION 2.0 TECH NOTES
  2.  
  3.  
  4.           DESQVIEW VERSION 2.01 COMMAND LINE PARAMETERS
  5.  
  6.  
  7. PARAMETERS TO XDV ONLY:
  8.  
  9. /F=filename  -  Name of file to be loaded by XDV.  Default: Load 
  10.                 DV.EXE.
  11.  
  12. /L  -  Makes XDV display the high memory ranges being used and pause 
  13.        for keypress.  Useful for debugging XDV failure when using 
  14.        EEMS or QEMM.  Default: Load high memory addresses 
  15.        specified by memory manager and run DESQview.
  16.  
  17. /X={memory range} -  For XDV.  Excludes specified high memory 
  18.                      range.  Uses same syntax as QEMM and REMM.  
  19.                      Generally exclusions should be done with the 
  20.                      memory manager.  Default: Load into areas 
  21.                      specified by memory manager.
  22.  
  23.  
  24. PARAMETERS TO XDV OR DV:
  25.  
  26. /OK   - sets original IBM keyboard.  Default: DESQview tests for 
  27.         keyboard type based on ROM.
  28.  
  29. /DT   - specifies DOS program termination. Default: We 
  30.         terminate programs.  Our termination is desirable for 
  31.         systems running SHARE.
  32.  
  33. /NS   - Load DV with defaults - don't read DVSETUP.DV.  Default: 
  34.         Read the Setup file.  Should only be used when running 
  35.         DVSETUP.
  36.  
  37. filename.DVP  - Load window specified by DVP.  Use for API 
  38.                 programs - program in window becomes controller 
  39.                 of the system.  Default: Run user controlled 
  40.                 DESQview.
  41.  
  42. /EE - Specifies EEMS boards are addressed only through driver 
  43.       calls. Default: DESQview does some direct manipulation of 
  44.       Hardware I/O ports for performance reasons.
  45.  
  46.                       COMMON USER PROBLEMS
  47.  
  48.  
  49. CONFLICT WITH KEYBOARD TEST
  50.  
  51. Some clones seems to crash on the main menu with the speaker 
  52. beeping.  This is a BIOS incompatibility and replacement BIOS 
  53. should be sought, however "/OK" will generally get around 
  54. problem.
  55.  
  56.